Minor doc Makefile.in clean-up.
authorGlenn Morris <rgm@gnu.org>
Mon, 4 Oct 2010 00:49:20 +0000 (17:49 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 4 Oct 2010 00:49:20 +0000 (17:49 -0700)
commit64ee963e11619396c97c3a497dbba460a08ffd63
treecb3fa923df414f0892f7050a8689e0e2049c1f1d
parentcc17104c7829b8fa906a29b61cd28f8cccf22edc
Minor doc Makefile.in clean-up.

* doc/emacs/Makefile.in (SHELL): Set it.
(INFO_TARGETS, DVI_TARGETS): Remove variables.
(info, dvi): Replace above variables with their expansions.
(info): Move mkdir from here...
($(infodir)/emacs): ... to here (for parallel builds).
(pdf): New target.
($(infodir)/emacs): Pass -o option to makeinfo.
(.PHONY): Declare clean rules.
(maintainer-clean): Delete dvi and pdf files.
Guard against cd failures.  Use a more restrictive delete.

* doc/lispref/Makefile.in (dvi, pdf, $(infodir)): New targets.
($(infodir)/elisp): Ensure target directory exists.  Use $@.
(clean): No 'make.out' or 'core' files.
(.PHONY): Declare clean rules.
(maintainer-clean): Delete pdf file.  Guard against cd failures.
doc/emacs/ChangeLog
doc/emacs/Makefile.in
doc/lispref/ChangeLog
doc/lispref/Makefile.in